Skip to content

[go1.23] Fix s390x dynamic loader symlink #674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 11, 2025

Conversation

hjiawei
Copy link
Collaborator

@hjiawei hjiawei commented Apr 11, 2025

This change resolves an issue with the s390x dynamic loader symlink. On s390x UBI 8, the symlink points to /usr/lib64. This directory is not included in the Calico base image, resulting a dangling symlink and preventing programs from loading. This update corrects the symlink and added a test to validate the minimum C runtime. It also fixes semvalidator multi-arch builds.

Pick #672 and 5da1847 into go1.23 release branch.

This change resolves an issue with the s390x dynamic loader symlink.
On s390x UBI 8, the symlink points to `/usr/lib64`. This directory
is not included in the Calico base image, resulting a dangling symlink
and preventing programs from loading. This update corrects the
symlink and added a test to validate the minimum C runtime. It also
fixes semvalidator multi-arch builds.
@coutinhop coutinhop merged commit a2f9187 into projectcalico:go1.23 Apr 11, 2025
3 checks passed
@hjiawei hjiawei deleted the fix-ld-s390x-go1.23 branch April 11, 2025 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants